Manoj Ghosh

Results 36 comments of Manoj Ghosh

the code has support for storage_class, but I think, I forgot to expose it as an option. Please file a bug with OracleObejctStorage: Add support for storage_class (set tier STANDARD...

InfrequentAccess https://github.com/oracle/oci-go-sdk/blob/master/objectstorage/storage_tier.go#L21-L26 ``` // Set of constants representing the allowable values for StorageTierEnum const ( StorageTierStandard StorageTierEnum = "Standard" StorageTierInfrequentAccess StorageTierEnum = "InfrequentAccess" StorageTierArchive StorageTierEnum = "Archive" ) ```

@chuanbozhang-okta @kardianos @rgl Is support for runtime arguments like below supported in windows service start method? `sc start serviceName arg1 arg2 ... argN` to be explicit when a customer starts...

@chuanbozhang-okta thank you for confirming. @kardianos please review and help in merging the above PR of @chuanbozhang-okta We have a use case where we need to start a grpc service...

@kardianos is there an alternative to pass the arguments to a service.

@zackees very articulate post, thank you for raising the large scale experiment issue.