Skip to content
#

cloud

Here are 3,816 public repositories matching this topic...

minio
candlerb
candlerb commented Dec 31, 2019

Issue

I could not find a description of how minio handles storage usage reporting in the minio documentation.

I believe the following is roughly true - determined by experimentation, looking at old tickets, and source code:

  • The web browser interface shows total storage used
  • mc admin info shows the total number of objects and buckets, and total size used
  • Both appear to be usin
server
matiasdelellis
matiasdelellis commented Apr 13, 2020

Steps to reproduce

  1. Inside the server, set the language to a translation, for example, Spanish Argentina
  2. Find some plural translations. For example the summary of the current folder.
  3. Just check if the plural works.

Expected behaviour

In summary expect:

6 carpetas y 5 archivos 8,5 GB

Actual behaviour

In summary i see:

6 carpeta y 5 archivo 8,5 GB

![imagen

allenatdecisiv
allenatdecisiv commented Mar 30, 2020

"aws2" is in error/warning/notice messages to end-users:

$ aws --version
$ aws-cli/2.0.5 Python/3.7.7 CYGWIN_NT-10.0-18363/3.1.4-340.x86_64 botocore/2.0.0dev9
$ aws ssm start-session --target i-123457890abcdefg --profile my-sso-profile

returns:

The SSO session associated with this profile has expired or is otherwise invalid. To refresh this SSO session run aws2 sso

UkonnRa
UkonnRa commented Dec 18, 2019

Is your feature request related to a problem? Please describe.

When querying the Clients/Consent Sessions using pagination, ORY Hydra will only return results with some links, but not the total count of the items, which is useful to display in the frontend, you know, showing the total pages or something.

Describe the solution you'd like

Add the total_count parameter into Hea

quexer
quexer commented Oct 16, 2019

Hello,

We're using etcdv3 with a self-signed cert. so we can't use the default micro binary although etcdv3 support has been built in since v1.11.0

Is there any approach to access it without rebuilding the micro binary?

If the rebuild is needed, where should I put the "tls.Config initialize" code?

micro version: 1.11.0

Thanks.

refer, #210 #178


update:

It seems mi

go-cloud
dzhang
dzhang commented Aug 6, 2019

Hi

I got module not found error when deploying, I specify the function to use layers
{ "version": "2.0", "app_name": "myapp", "stages": { "dev": { "api_gateway_stage": "api", "manage_iam_role": false, "iam_role_arn": "arn", "lambda_functions": { "myfunc": { "layers": ["layer1", "layer2"] } } } }, }

I di

sunix
sunix commented Mar 17, 2020

Describe the bug

Che is displaying a wrong external URL in the preview tab when detecting a exposed port: when starting an web application within the workspace and using a declared port in the devfile, Che is using to the wrong URL in the preview tab: internal URL instead of than the external URL.

Che version

a-panickar
a-panickar commented Sep 9, 2019

Sometimes you really need to go check the online documentation for the commands you are trying to run. Having a native shortcut to open the browser with the relevant page would be a good feature addition to this great tool.

For example s3 ls help or s3 ls docu should open the S3 ls cli page in the browser.

Thanks

dportabella
dportabella commented May 28, 2016

if I understood it corretly from README.MD, we can install like this:

$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx

and later when we need datastores, we run

$ cd ~/dev-setup
$ ./.dots datastores

I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but

rabbah
rabbah commented Apr 2, 2020

The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.

We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.

Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-

boweeb
boweeb commented Apr 6, 2020

For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the awless show --help output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".

awless show i-foobar shows an Uptime key but that doesn't work.

$ awless show --values-for Uptime i-foobar
[error]   no values for ["
wohali
wohali commented Mar 20, 2020

Running a make distclean in a checkout of Apache CouchDB from git should remove all dependencies in other repos, including:

  • config
  • b64url
  • ets_lru
  • khash
  • snappy
  • docs
  • fauxton
  • folsom
  • hyper
  • ibrowse
  • jiffy
  • mochiweb
  • meck
  • recon
  • bear

It should also remove the rel/couchdb release folder, and any apache-couchdb-... dist tarball/folder.

In short, after r

Improve this page

Add a description, image, and links to the cloud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.