Skip to content
#

aws-amplify

Here are 356 public repositories matching this topic...

amplify-video
yudao
yudao commented Nov 10, 2020

Is your feature request related to a problem? Please describe.
When I want to remove my videos, I need to know the S3 output bucket name to perform a storage deletion. But if CloudFront is activated, we loose the bucket name. For now, I have a function to replace "input" string to "output" string on the input bucket name.

Describe the solution you'd like

// WARNING: DO 
naththeprince
naththeprince commented Oct 17, 2020

For all the uploads performed by the code below, my files are put in a public/ folder. Are these prefixes hardcoded in the library based on access levels? If public is the default access level, is there any way I can set a custom prefix for these values, so that I can put my files in root of the bucket instead of public/?

Amplify.Storage.uploadFile(key, image, options,
   { prog

Improve this page

Add a description, image, and links to the aws-amplify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-amplify topic, visit your repo's landing page and select "manage topics."

Learn more