문제


I am working on the S3 bucket uploads and encountered an issue.I want to update the folder name inside one of my bucket.Went through the API here,but did not find a solution.
I would like to know if it is possible to achieve it or not?I would like experts over here to give inputs on it.

Thank you for your time.

도움이 되었습니까?

해결책

Folders are not really folders in s3. They are just parts of the object key.

To "rename" the folder, you will need to rename all the objects inside the folder to include a different folder in its path.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top