python - How can I make folder in AWS S3 bucket with django-storages? -


i tried following:

f = default_storage.open('test/', 'w') f.write('') f.close() 

but returned error:

the xml provided not well-formed or did not validate against our published schema

there no such thing folder in s3. if save file path 'fake' directory structure.

https://stackoverflow.com/a/2141499/682968

add folder in amazon s3 bucket


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -