xpj01 commented on issue #1501:
URL: 
https://github.com/apache/iceberg-python/issues/1501#issuecomment-2581656109

   Hi @kevinjqliu ,
   
   I used the same credential to upload and download file to the same bucket 
with S3Hooks which is working. The permission settings is different from 
pyiceberg?
   ```
     s3_hook.load_bytes(
           bytes_data=parquet_buffer.getvalue(),
           key=file_name,
           bucket_name='<bucket>',
           replace=True
       )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to