Skip to content

Commit b23799e

Browse files
authored
Merge pull request #126 from RachelTucker/5_6_api
Generated 5.6.0 BP API
2 parents ebdff90 + c5484f3 commit b23799e

File tree

6 files changed

+2443
-2052
lines changed

6 files changed

+2443
-2052
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22

33
go:
44
- 1.10.x
5-
- master
5+
- 1.19.x
66

77
go_import_path: github.com/SpectraLogic/ds3_go_sdk
88

ds3/ds3Posts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ func (client *Client) PutBucketSpectraS3(request *models.PutBucketSpectraS3Reque
328328
WithQueryParam("name", request.Name).
329329
WithOptionalQueryParam("data_policy_id", request.DataPolicyId).
330330
WithOptionalQueryParam("id", request.Id).
331+
WithOptionalQueryParam("protected", networking.BoolPtrToStrPtr(request.Protected)).
331332
WithOptionalQueryParam("user_id", request.UserId).
332333
Build(client.connectionInfo)
333334

0 commit comments

Comments
 (0)