Created
January 25, 2017 00:30
-
-
Save duan-li/d73c0ac9235fba5bf8ee7d540f4d85d7 to your computer and use it in GitHub Desktop.
Save encripted file into security S3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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