You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We use AWS S3 as media file system (because our solution is in load balanced environment. Uploading and consuming the media in umbraco works as expected.
I created a package with some media with uSync.Exporter. I uploaded and installed this package on another system (staging). I saw that the media items were created, but the actual image files were not uploaded to S3.
Did we maybe configure the S3 File system wrong, or does uSync.Exporter script only upload files to local machine?
To Reproduce
Steps to reproduce the behavior:
Configure loadbalanced environment with AWS S3 (or MINIO) file system for media
Upload some media
Create a package with uSync.Exporter (development system)
Install package on another system (staging system)
Media entries created - actual files are not uploaded
Expected behavior
Files would be uploaded to S3 storage.
Screenshots
About your Site (please complete the following information):
Umbraco Version: 13.4.1
uSync Version: uSync.Complete 13.1.5
Browser: Chrome, Vivaldi, Edge
The text was updated successfully, but these errors were encountered:
We would expect this to work, as our media uploads are done via the APIs for this reason 😞 (for example it it does for Azure blob storage).
So we will have to do some investigating.
If you could take a look i nthe logs and see if there is anything in there that could help us, and also if you can share (the non-secret) bits of your aws setup that would also be good.
Describe the bug
We use AWS S3 as media file system (because our solution is in load balanced environment. Uploading and consuming the media in umbraco works as expected.
I created a package with some media with uSync.Exporter. I uploaded and installed this package on another system (staging). I saw that the media items were created, but the actual image files were not uploaded to S3.
Did we maybe configure the S3 File system wrong, or does uSync.Exporter script only upload files to local machine?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Files would be uploaded to S3 storage.
Screenshots
About your Site (please complete the following information):
The text was updated successfully, but these errors were encountered: