Amazon S3: upload duplicate files with different keys -


if upload same files twice different keys, storage twice?

yes.. keys nothing path of file on s3. if upload same file twice different keys, file uploaded twice. i'm uploading test.jpg file, if first time key "image/test.jpg" saved in image folder. , on second time i'm uploading same file key "data/test.jpg" saved in data folder.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -