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.