Skip to content

Commit

Permalink
Merge branch 'release-2.02.0' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
edmc-ss committed May 7, 2022
2 parents 49d2ba1 + 1143933 commit ef4dec3
Show file tree
Hide file tree
Showing 16 changed files with 487 additions and 278 deletions.
1 change: 1 addition & 0 deletions iclient/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FUSEMaxRead: 1048576
FUSEMaxWrite: 1048576
FUSEEntryValidDuration: 250ms
FUSEAttrValidDuration: 250ms
FUSENameLenMax: 255
AuthPlugInPath: iauth/iauth-swift/iauth-swift.so
AuthPlugInEnvName:
AuthPlugInEnvValue: {"AuthURL":"http://swift:8080/auth/v1.0"\u002C"AuthUser":"test:tester"\u002C"AuthKey":"testing"\u002C"Account":"AUTH_test"\u002C"Container":"con"}
Expand Down
1 change: 1 addition & 0 deletions iclient/iclient.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FUSEMaxRead: 1048576
FUSEMaxWrite: 1048576
FUSEEntryValidDuration: 250ms
FUSEAttrValidDuration: 250ms
FUSENameLenMax: 255
AuthPlugInPath: iauth-swift.so
AuthPlugInEnvName:
AuthPlugInEnvValue: {"AuthURL":"http://swift:8080/auth/v1.0"\u002C"AuthUser":"test:tester"\u002C"AuthKey":"testing"\u002C"Account":"AUTH_test"\u002C"Container":"con"}
Expand Down
1 change: 1 addition & 0 deletions iclient/iclientpkg/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// FUSEMaxWrite: 1048576 # 1MiB == FUSEMaxPages(256) * 4KiB
// FUSEEntryValidDuration: 250ms
// FUSEAttrValidDuration: 250ms
// FUSENameLenMax: 255
// AuthPlugInPath: iauth-swift.so
// AuthPlugInEnvName: # Only used if not defining AuthPlugInEnvValue here
// AuthPlugInEnvValue: {"AuthURL":"http://swift:8080/auth/v1.0"\u002C"AuthUser":"test:tester"\u002C"AuthKey":"testing"\u002C"Account":"AUTH_test"\u002C"Container":"con"}
Expand Down
Loading

0 comments on commit ef4dec3

Please sign in to comment.