1 Answer
- Newest
- Most votes
- Most comments
1
DS_Store files are commonly created if you are uploading a file from a Mac. There purpose is to pass on attributes of the file e.g. visual info, view options. However this is not something you need when your purpose (I am assuming) is to import this data from S3 into your SageMaker studio. So if I am assuming correclty you are simply uploading a folder with all your data to S3 from a Mac. In order to fix this error you simply need to delete the .DS_Store file from S3 & re run the code.
answered 8 months ago
Relevant content
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
Thank you so much. This was super helpful.