You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some code that was working correctly with DariaWriters, where i wrote data to a Staging directory under a bucket in s3. The data was effectively moved from there to the bucket (root) and merged into a single file with a given name. When i changed my configuration to write the file with a prefix (folder) to the object name {bucket}/project-name/yyyymmdd/filename.csv} it looks successful, but file is not actually ever written. After going into s3 console and creating the folder structure, the same code wrote the file successfully.
The text was updated successfully, but these errors were encountered:
I had some code that was working correctly with DariaWriters, where i wrote data to a Staging directory under a bucket in s3. The data was effectively moved from there to the bucket (root) and merged into a single file with a given name. When i changed my configuration to write the file with a prefix (folder) to the object name {bucket}/project-name/yyyymmdd/filename.csv} it looks successful, but file is not actually ever written. After going into s3 console and creating the folder structure, the same code wrote the file successfully.
The text was updated successfully, but these errors were encountered: