Skip to content

Temporary File created in /tmp directory when using Stream to S3 Bucket #277

Answered by maennchen
akki-io asked this question in Q&A
Discussion options

You must be logged in to vote

Probably caused by this:

https://github.com/aws/aws-sdk-php/blob/596534c0627d8b38597061341e99b460437d1a16/src/S3/StreamWrapper.php#L725

Can you try opening the target file using append (a) mode instead of write (w)? I believe that should produce a different behavior of the amazon library.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@maennchen
Comment options

Answer selected by akki-io
@akki-io
Comment options

@akki-io
Comment options

@maennchen
Comment options

@maennchen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants