Skip to content

Commit

Permalink
Recognize _unknown_ S3 server type
Browse files Browse the repository at this point in the history
  • Loading branch information
mannreis committed Nov 11, 2024
1 parent e8bb351 commit 80d886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ncs3sdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* Track the server type, if known */
typedef enum NCS3SVC {NCS3UNK=0, /* unknown */
NCS3=1, /* s3.amazon.aws */
NCS3GS=0 /* storage.googleapis.com */
NCS3GS=2 /* storage.googleapis.com */
} NCS3SVC;

/* Opaque Handles */
Expand Down

0 comments on commit 80d886a

Please sign in to comment.