Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting encryption settings for s3 upload? #165

Open
crackernutter opened this issue Dec 6, 2023 · 0 comments
Open

Adjusting encryption settings for s3 upload? #165

crackernutter opened this issue Dec 6, 2023 · 0 comments

Comments

@crackernutter
Copy link

I am getting an error when converting my slpk and uploading to S3. The message is
"code" : "IDS_I3S_IO_WRITE_FAILED", "message" : "Error : Failed to write to File SLPK://nodes\\47\\textures\\0_0_1"

Unclear what could be causing this, since my machine has appropriate IAM roles to upload to S3, which I've successfully done on the same machine using boto3.

However, using boto3, I do have to specify ServerSideEncryption to AES256. The operations will fail if I don't specify this.

For example:
client.put_object(Bucket=bucketname, Key=foldername, ServerSideEncryption='AES256')
and
client.upload_file(file, Bucket=bucketname, Key=f"samplepublish/sampleslpk.slpk", ExtraArgs={"ServerSideEncryption":'AES256'})

I'm curious if there is a way to pass in this to the converter, or more generally if its possible that this failure is because I can't specify this extra parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant