Skip to content

Instantly share code, notes, and snippets.

@duan-li
Created January 25, 2017 00:30
Show Gist options
  • Save duan-li/d73c0ac9235fba5bf8ee7d540f4d85d7 to your computer and use it in GitHub Desktop.
Save duan-li/d73c0ac9235fba5bf8ee7d540f4d85d7 to your computer and use it in GitHub Desktop.
Save encripted file into security S3
Storage::disk('s3')->getDriver()->put('filename', 'randomdata', ['ServerSideEncryption' => 'AES256']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment