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
If using cloudpathlib, this has also been working for me:
fromcloudpathlibimportS3Pathoutput_path=S3Path("s3://bucket-name/key.gpkg")
# Create a temporary local filea.to_file(tmp_path)
# Upload to S3output_path.upload_from(tmp_path)
I can easily read from S3 out of the box (assuming the required env variables are set).
But I cannot write to S3 out of the box.
This works
But this doesn't
Any ideas?
The text was updated successfully, but these errors were encountered: