-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable default bucket level prefix? #668
Comments
The default public/private directories has default security policy setup by MobileHub. They are convenient for many use cases. However we do see other cases. My colleague is working on the request. Will be available soon. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Here is original MyS3Bucket structure:
After using Amplify it's changed to this:
Here is how I put objects to the storage:
I also tried
and
which basically stores the files to directories with the
public
orprivate
root correspondingly.PROBLEM: how to disable the default prefix (
public
orprivate
) to be able to store files directly to folders in the bucket (toMyFolder1
for example) ?The text was updated successfully, but these errors were encountered: